TestCafe Test Summary


Summary


Start Time: Tue Jun 18 2019 14:36:40 GMT-0500 (Central Daylight Time)

Browsers: Firefox 67.0.0 / Mac OS X 10.14.0

Duration: 13m 06s

Tests Failed: 7 out of 15

Tests Skipped: 0


# Fixture Test Name Browsers Duration Result
1 Bulk Actions Should try to login and see Impira page Firefox 67.0.0 / Mac OS X 10.14.0 22s passed
2 Bulk Actions Should check Goop usage on webpage Firefox 67.0.0 / Mac OS X 10.14.0 1m 19s failed
3 Collections Should create Collection in Impira webpage and Share as Viewer Firefox 67.0.0 / Mac OS X 10.14.0 31s passed
4 Collections Should create Collection in Impira webpage and Share as Editor Firefox 67.0.0 / Mac OS X 10.14.0 31s passed
5 Collections Should Collection in Impira webpage, Share as Viewer and Remove Share Collection Firefox 67.0.0 / Mac OS X 10.14.0 34s passed
6 Collections Should Rename Collection in Impira webpage Firefox 67.0.0 / Mac OS X 10.14.0 31s passed
7 Product View Should check Product View in Lola&Bird webpage Firefox 67.0.0 / Mac OS X 10.14.0 16s passed
8 Reports Should check Reports in Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 1m 14s failed
9 Reports Should validate Details in Reports for Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 1m 11s failed
10 Search Should validate Search Free Filter for Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 18s passed
11 Search Should validate Search Analytic Filter for Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 1m 13s failed
12 Search Should validate Search Filter (with space after colon) for Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 23s passed
13 Search Should validate Sort Search for Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 1m 59s failed
14 Search Should validate Save Search for Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 1m 25s failed
15 Search Should validate Gallery View Goop webpage Firefox 67.0.0 / Mac OS X 10.14.0 1m 20s failed


Error Details


2. Bulk Actions - Should check Goop usage on webpage      

The specified selector does not match any element in the DOM tree.

 > | Selector('.AssetCard:nth-of-type(9) .AssetCard-wrapper')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-18_14-36-40/test-2/run-3/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   28 |                .hover(this.indicator)
   29 |
   30 |    }
   31 |
   32 |    async goToUsage(notes){
 > 33 |        await t.hover(this.oneSelection)
   34 |                .click(this.oneSelection)
   35 |                .click(this.notesIcon)
   36 |                .typeText(this.notesArea, notes)
   37 |                .click(this.notesSubmit)
   38 |    }

   at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Bulk-Goop-usage-page.js:33:17)
   at BulkGoopUsage.goToUsage (/Users/enrique.decoss/Documents/impira-UAT/page-object/Bulk-Goop-usage-page.js:32:27)
   at goToUsage (/Users/enrique.decoss/Documents/impira-UAT/tests/Bulk-Goop-usage-test.js:17:14) 
Unhandled promise rejection:

{ code: 'E24', isTestCafeError: true, callsite: CallsiteRecord { filename: '/Users/enrique.decoss/Documents/impira-UAT/page-object/Bulk-Goop-usage-page.js', lineNum: 32, callsiteFrameIdx: 6, stackFrames: [ [CallSite], [CallSite], [CallSite], [CallSite], [CallSite], [CallSite], [CallSite], CallSite {}, [CallSite], [CallSite], CallSite {}, [CallSite], [CallSite], [CallSite], [CallSite], CallSite {}, [CallSite], [CallSite], [CallSite], [CallSite] ], isV8Frames: true }, apiFnChain: [ 'Selector(\'.AssetCard:nth-of-type(9) .AssetCard-wrapper\')' ], apiFnIndex: 0 }

Browser: Firefox 67.0.0 / Mac OS X 10.14.0 

8. Reports - Should check Reports in Goop webpage      

The specified selector does not match any element in the DOM tree.

 > | Selector('a:nth-child(3) > .SideNav-link .SVGInline-svg')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-18_14-36-40/test-8/run-3/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   11 |
   12 |        
   13 |    }
   14 |
   15 |    async goToReports(){
 > 16 |        await t.hover(this.reportIcon)
   17 |                .click(this.reportIcon)
   18 |    }
   19 |
   20 |    async goToReportDetail(){
   21 |        await t.hover(this.firstRow)

   at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Reports-Goop-page.js:16:17)
   at ReportsGoop.goToReports (/Users/enrique.decoss/Documents/impira-UAT/page-object/Reports-Goop-page.js:15:24)
   at goToReports (/Users/enrique.decoss/Documents/impira-UAT/tests/Reports-Goop-test.js:16:23) 

9. Reports - Should validate Details in Reports for Goop webpage      

The specified selector does not match any element in the DOM tree.

 > | Selector('a:nth-child(3) > .SideNav-link .SVGInline-svg')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-18_14-36-40/test-9/run-3/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   11 |
   12 |        
   13 |    }
   14 |
   15 |    async goToReports(){
 > 16 |        await t.hover(this.reportIcon)
   17 |                .click(this.reportIcon)
   18 |    }
   19 |
   20 |    async goToReportDetail(){
   21 |        await t.hover(this.firstRow)

   at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Reports-Goop-page.js:16:17)
   at ReportsGoop.goToReports (/Users/enrique.decoss/Documents/impira-UAT/page-object/Reports-Goop-page.js:15:24)
   at goToReports (/Users/enrique.decoss/Documents/impira-UAT/tests/Reports-Goop-test.js:25:23) 

11. Search - Should validate Search Analytic Filter for Goop webpage      

The specified selector does not match any element in the DOM tree.

 > | Selector('.SearchBar')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-18_14-36-40/test-11/run-3/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   23 |        //.is-paddedRight 
   24 |
   25 |    }
   26 |
   27 |    async goToSearch(search){
 > 28 |        await t.hover(this.searchBar)
   29 |                .click(this.searchBar)
   30 |                .typeText(this.searchBar, search, {paste:true})
   31 |                .pressKey('enter')
   32 |
   33 |    }

   at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:28:17)
   at SearchGoop.goToSearch (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:27:29)
   at goToSearch (/Users/enrique.decoss/Documents/impira-UAT/tests/Search-Goop-test.js:25:22) 

13. Search - Should validate Sort Search for Goop webpage      

The specified selector does not match any element in the DOM tree.

 > | Selector('.SortDropdown-arrowIcon-svg')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-18_14-36-40/test-13/run-5/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   31 |                .pressKey('enter')
   32 |
   33 |    }
   34 |
   35 |    async goToSort(){
 > 36 |        await t.hover(this.sortIcon)
   37 |                .click(this.sortIcon)
   38 |    }
   39 |
   40 |    async goToSaveSearch(search2){
   41 |        await t.hover(this.searchBar)

   at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:36:17)
   at SearchGoop.goToSort (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:35:21)
   at goToSort (/Users/enrique.decoss/Documents/impira-UAT/tests/Search-Goop-test.js:43:22) 

14. Search - Should validate Save Search for Goop webpage      

The specified selector does not match any element in the DOM tree.

 > | Selector('.SearchBar')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-18_14-36-40/test-14/run-3/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   36 |        await t.hover(this.sortIcon)
   37 |                .click(this.sortIcon)
   38 |    }
   39 |
   40 |    async goToSaveSearch(search2){
 > 41 |        await t.hover(this.searchBar)
   42 |                .click(this.searchBar)
   43 |                .typeText(this.searchBar, search2, {paste:true})
   44 |                .pressKey('enter')
   45 |        await t.hover(this.searchDropdown)
   46 |                .click(this.searchDropdown)

   at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:41:17)
   at SearchGoop.goToSaveSearch (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:40:34)
   at goToSaveSearch (/Users/enrique.decoss/Documents/impira-UAT/tests/Search-Goop-test.js:52:22) 

15. Search - Should validate Gallery View Goop webpage      

The specified selector does not match any element in the DOM tree.

 > | Selector('.AssetCard:nth-of-type(1) .AssetCard-wrapper')

Browser: Firefox 67.0.0 / Mac OS X 10.14.0
Screenshot: /Users/enrique.decoss/Documents/impira-UAT/screenshots/2019-06-18_14-36-40/test-15/run-3/Firefox_67.0.0_Mac_OS_X_10.14.0/errors/1.png

   57 |                .click(this.lastSavedSearch)
   58 |                .click(this.deleteButton)
   59 |    }
   60 |
   61 |    async goToGalleryView(){
 > 62 |        await t.hover(this.oneSelection)
   63 |                .click(this.oneSelection)
   64 |        await t.hover(this.galleryViewIcon)
   65 |                .click(this.galleryViewIcon)
   66 |    }
   67 |}

   at hover (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:62:17)
   at SearchGoop.goToGalleryView (/Users/enrique.decoss/Documents/impira-UAT/page-object/Search-Goop-page.js:61:28)
   at goToGalleryView (/Users/enrique.decoss/Documents/impira-UAT/tests/Search-Goop-test.js:62:22)